projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42a3e6f
)
(command-line): Load "leim-list.el".
author
Kenichi Handa
<handa@m17n.org>
Wed, 18 Jun 1997 12:55:00 +0000
(12:55 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 18 Jun 1997 12:55:00 +0000
(12:55 +0000)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 43a53071c364c5a7d0588699f6434b9e781173b6..bb5806a754b0174857221ba984c0ba4d6f110d74 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-583,6
+583,9
@@
from being initialized."
(if site-run-file
(load site-run-file t t))
+ ;; Register avairable input methods by loading LEIM list file.
+ (load "leim-list.el" 'noerror 'nomessage 'nosuffix)
+
;; Sites should not disable this. Only individuals should disable
;; the startup message.
(setq inhibit-startup-message nil)